| Method | Request URI |
|---|---|
| DELETE | /API/MetricSet/RemoveElement/{id}/?elementUniqueName=value&sessionId=value |
| URI Parameter | Description |
|---|---|
| elementUniqueName | The unique name of the analysis element of the element to remove. |
| sessionId | Current session ID. Specifying via an Authorization request header instead is recommended. |
| Path Parameter | Description |
|---|---|
| id | The ID of the metric set. |
| Authorization: Bearer <Current session ID> |